home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
Chip_2003-12_cd1.bin
/
software
/
poco
/
pocosetup.exe
/
{app}
/
Poco.exe
/
0
/
RCDATA
/
TCUSTOMDICTIONARYEDITDIALOG
/
TCUSTOMDICTIONARYEDITDIALOG.txt
Wrap
Text File
|
2003-07-29
|
7KB
|
273 lines
object CustomDictionaryEditDialog: TCustomDictionaryEditDialog
Left = 603
Top = 386
BorderStyle = bsDialog
Caption = 'Custom Dictionary'
ClientHeight = 410
ClientWidth = 386
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
DesignSize = (
386
410)
PixelsPerInch = 120
TextHeight = 16
object PageControl: TPageControl
Left = 0
Top = 0
Width = 385
Height = 366
ActivePage = AddedWordsSheet
TabIndex = 0
TabOrder = 0
object AddedWordsSheet: TTabSheet
Caption = 'xxAdd&ed Words'
OnShow = AddedWordsSheetShow
object AddedWordsExplain: TLabel
Left = 10
Top = 10
Width = 356
Height = 50
AutoSize = False
Caption =
'xxThese words will be considered correct during a spell check op' +
'eration.'
WordWrap = True
end
object IgnoreEditLabel: TLabel
Left = 10
Top = 59
Width = 108
Height = 16
Caption = 'xx&Ignore this word:'
FocusControl = IgnoreEdit
end
object IgnoreList: TListBox
Left = 10
Top = 112
Width = 257
Height = 209
ItemHeight = 16
Sorted = True
TabOrder = 1
OnClick = IgnoreListClick
end
object IgnoreEdit: TEdit
Left = 10
Top = 79
Width = 257
Height = 21
TabOrder = 0
OnChange = IgnoreEditChange
OnKeyDown = IgnoreEditKeyDown
end
object AddIgnoreButton: TButton
Left = 276
Top = 79
Width = 92
Height = 28
Caption = 'xx&Add'
TabOrder = 2
OnClick = AddIgnoreButtonClick
end
object DeleteIgnoreButton: TButton
Left = 276
Top = 112
Width = 92
Height = 28
Caption = 'xx&Delete'
TabOrder = 3
OnClick = DeleteIgnoreButtonClick
end
end
object AutoCorrectWordsSheet: TTabSheet
Caption = 'xxA&uto-Correct Pairs'
ImageIndex = 1
OnShow = AutoCorrectWordsSheetShow
object ReplaceEditLabel: TLabel
Left = 10
Top = 59
Width = 67
Height = 16
Caption = 'xx&Replace:'
FocusControl = ReplaceEdit
end
object WithEditLabel: TLabel
Left = 118
Top = 59
Width = 41
Height = 16
Caption = 'xx&With:'
FocusControl = WithEdit
end
object AutoCorrectWordsExplain: TLabel
Left = 10
Top = 10
Width = 356
Height = 50
AutoSize = False
Caption =
'xxThese words will automatically be corrected when encountered d' +
'uring a spell check.'
WordWrap = True
end
object AutoCorrectList: TListView
Left = 10
Top = 112
Width = 257
Height = 209
Columns = <
item
Width = 62
end
item
Width = 62
end>
HideSelection = False
ReadOnly = True
RowSelect = True
ShowColumnHeaders = False
SortType = stText
TabOrder = 2
ViewStyle = vsReport
OnSelectItem = AutoCorrectListSelectItem
end
object ReplaceEdit: TEdit
Left = 10
Top = 79
Width = 100
Height = 21
TabOrder = 0
OnChange = ReplaceEditChange
OnKeyDown = ReplaceEditKeyDown
end
object WithEdit: TEdit
Left = 118
Top = 79
Width = 149
Height = 21
TabOrder = 1
OnChange = WithEditChange
OnKeyDown = WithEditKeyDown
end
object AddAutoCorrectButton: TButton
Left = 276
Top = 79
Width = 92
Height = 28
Caption = 'xx&Add'
TabOrder = 3
OnClick = AddAutoCorrectButtonClick
end
object DeleteAutoCorrectButton: TButton
Left = 276
Top = 112
Width = 92
Height = 28
Caption = 'xx&Delete'
TabOrder = 4
OnClick = DeleteAutoCorrectButtonClick
end
end
object ExcludedWordsSheet: TTabSheet
Caption = 'xx&Excluded Words'
ImageIndex = 2
OnShow = ExcludedWordsSheetShow
object ExcludeWordsExplanation: TLabel
Left = 10
Top = 10
Width = 356
Height = 48
AutoSize = False
Caption =
'xxThese words will always be considered incorrect during a spell' +
' check operation.'
WordWrap = True
end
object ExcludeEditLabel: TLabel
Left = 10
Top = 59
Width = 118
Height = 16
Caption = 'xxE&xclude this word:'
FocusControl = ExcludeEdit
end
object ExcludeList: TListBox
Left = 10
Top = 112
Width = 257
Height = 209
ItemHeight = 13
Sorted = True
TabOrder = 1
OnClick = ExcludeListClick
end
object ExcludeEdit: TEdit
Left = 10
Top = 79
Width = 257
Height = 21
TabOrder = 0
OnChange = ExcludeEditChange
OnKeyDown = ExcludeEditKeyDown
end
object AddExcludeButton: TButton
Left = 276
Top = 79
Width = 92
Height = 28
Caption = 'xx&Add'
TabOrder = 2
OnClick = AddExcludeButtonClick
end
object DeleteExcludeButton: TButton
Left = 276
Top = 112
Width = 92
Height = 28
Caption = 'xx&Delete'
TabOrder = 3
OnClick = DeleteExcludeButtonClick
end
end
end
object OK: TButton
Left = 284
Top = 374
Width = 93
Height = 28
Anchors = [akLeft, akBottom]
Caption = 'xx&OK'
ModalResult = 1
TabOrder = 2
end
object HelpButton: TButton
Left = 185
Top = 374
Width = 92
Height = 28
Caption = 'xxHelp'
TabOrder = 1
OnClick = HelpButtonClick
end
object DialogControl: TConfigurationDialogCtrl
OnConfigurationAvailable = DialogControlConfigurationAvailable
OnCustomDictionaryAvailable = DialogControlCustomDictionaryAvailable
Top = 304
end
object Timer: TTimer
Enabled = False
Interval = 5
OnTimer = TimerTimer
Left = 32
Top = 304
end
end